home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / gnu / djgpp / diffs / gas-211 / gas / config / objcoffb.h next >
Encoding:
Text File  |  1993-11-27  |  369 b   |  17 lines

  1. *** orig/gas-211/gas/config/objcoffb.h    Sat Jun 26 19:08:20 1993
  2. --- src/gas-211/gas/config/objcoffb.h    Sat Jun 26 19:08:40 1993
  3. ***************
  4. *** 66,72 ****
  5. --- 66,76 ----
  6.   
  7.   #ifdef TC_I386
  8.   #include "coff/i386.h"
  9. + #ifdef TE_GO32
  10. + #define TARGET_FORMAT "coff-go32"
  11. + #else
  12.   #define TARGET_FORMAT "coff-i386"
  13. + #endif
  14.   #endif
  15.   
  16.   #ifdef TC_A29K
  17.